html, body {
    position: relative;
    height: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color:#000;
    margin: 0;
    padding: 0;
}
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
}
.swiper-backgroupd{
    width:100%;
    height: 100%;
    background-size: cover;
    background-position-x:center;
    background-position-y:center;
}
.swiper-pagination-bullet{
    background: #fff;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background: #c81d1f;
}
.swiper-container-vertical>.swiper-pagination-bullets{
    right: 2.5%;
}



@media (max-width: 5120px){
    .page-container{
        width: 1400px;
        margin: 0 auto;
        /*border: 1px solid #ccc;*/
        overflow: hidden;

    }
    .content-left p:nth-child(1){
        position: relative;
        top: -50px;
    }
    .content-left span{
        font-size: 220px;
        font-weight: bold;

    }

    .logo-color span{
        color: #c81d1f;
        font-size:200px ;
    }

}

@media (max-width: 1280px){
    .page-container{
        width: 1200px;
        margin: 0 auto;
        /*border: 1px solid #ccc;*/
        overflow: hidden;

    }
    .content-left p:nth-child(1){
        position: relative;
        top: -36px;
    }
    .content-left span{
        font-size: 160px;
        font-weight: bold;

    }

    .logo-color span{
        color: #c81d1f;
        font-size: 140px;
    }

}

@media (max-width: 1200px){
    .page-container{
        width: 96%;
        margin: 0 auto;
        /*border: 1px solid #ccc;*/
        overflow: hidden;

    }
    .content-left p:nth-child(1){
        position: relative;
        top: -36px;
    }
    .content-left span{
        font-size: 160px;
        font-weight: bold;

    }

    .logo-color span{
        color: #c81d1f;
        font-size: 140px;
    }
    .text-content .last-slogan{
        width: 100% !important;
    }

}

.swiper-slide{
    background: none;
}
.slogan-title{
    color: #fff;
    font-size: 46px;
    font-weight:bold;
    margin:0;
}
.slogan-title img{
    padding-top:-800px;
}
.logo-color{
    color: #c81d1f;
}


.one-four-contaniner{

}
.text-content{
    width: 100%;
}
.text-content a{
    text-decoration: none;
}
.one-four-tab{
    text-align: center;
    margin-top: 58px;
}
.one-four-tab ul{
    margin:0;
    padding:0;
    display: inline-block;
    overflow: auto;

}
.one-four-tab li{
    float: left;
    color:#fff;
    display: inline;
    list-style-type: none;
    border-right: 1px solid #fff;
    opacity: 0.6 !important;
    cursor: pointer;
}
.one-four-tab li:hover{
    opacity: 1;
}
.opacity-active{
    opacity: 1 !important;
}

.one-four-tab li p{
    margin:0;
    padding: 0;
    padding:0 57px;
    font-size:20px;


}

.one-four-tab li .pt{
    color:  #c81d1f;
    font-weight:bold;
    font-size: 40px;


}
.one-four-tab li:nth-child(1){
    padding-left: 0px;

}
.one-four-tab li p:nth-child(4){
    font-size: 28px;
    border: none;
}
.one-four-tab li.border-none{
    border-right: none;
}
.one-four-tab li p:nth-child(2){
    font-size: 20px;
}
.tab-content{
    margin-top: 38px;
    display: none;
}
.tab-content p{
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    margin:0;
    line-height: 1.5em;

}
.tab-content-active{
    display: block;
}
.view-detail{
    margin-top: 26px;
}

.view-detail a{
    background-color:rgba(255,255,255,0.3);
    border: 1px solid #fff;
    border-radius: 25px;
    color: #fff;
    font-size: 16px;
    padding:7px 38px;
    display: inline-block;
    text-decoration: none;

}

.top-red-line-content{

}
.top-red-line{
    border-top: 2px solid #c81d1f;
    text-transform:uppercase;
    display: inline-block;
    color: #fff;
    margin-top: 20px;
    padding-top: 16px;
}
.day-20-content{
    margin:0;
    padding:0;
    display: inline-block;
    overflow: hidden;
}
.day-20-content p{
    padding:0px;
    margin: 0px;
    text-align: left;
}
.content-left,.content-right{
    float: left;
    display: inline;
}
.content-left p,.content-right p{
    color: #fff;
}

.content-left p{
    font-size: 24px;
    /*margin-top: -50px;*/
}

.content-right{
    margin-left: 44px;
}
.content-right-top p{
    font-size: 48px;
}
.content-right-top span{
    border-bottom: 2px solid #c81d1f;
    padding-bottom: 5px;
}
.content-right-bottom{
    margin-top: 11px;
}
.content-right-bottom p{
    font-size: 16px;
    text-transform: uppercase;

}
.swiper-slide .banner-video {
    z-index: 9;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(/public/static/home/blue/dist/img/bg2.png) no-repeat;
    background-size: cover;

}
.swiper-slide video {
    object-fit: contain;
}
.swiper-slide .bg-video,.bg-video{
    /*width: 100%;*/
    /*!*height: 100%;*!*/
    /*position: fixed;*/
    /*z-index: -9999;*/
    /*-webkit-filter: grayscale(100%);*/
    width: 100%;
    height: 100%;
    position: absolute;
    /* -webkit-filter: grayscale(100%); */
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
}
.video-mark-text{

}
.video-mark-text p{
    color: #fff;
    font-size: 18px;
}
.video-mark-text a{
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    padding-right:80px;

}
.video-mark-text span{

}
.video-mark-text img{
    vertical-align:middle;
    margin-left:13px;
    width: 11px;
}


@media (max-width: 5120px){
    .list-list {
        margin-top: 10%;
    }

    .list-content{
        width: 1280px;
        margin:0 auto;
        padding:0;
        margin-top: 5%;
    }
    .list-list li:nth-child(2){
        margin: 0 100px;
    }
}

@media (max-width: 1920px){
    .list-list {
        margin-top: 5%;
    }

    .list-content{
        width: 1280px;
        margin:0 auto;
        padding:0;
        margin-top: 5%;
    }
    .list-list li:nth-child(2){
        margin: 0 100px;
    }
}


@media (max-width: 1280px){
    .list-list li:nth-child(2){
        margin: 0 60px;
    }
    .list-list {
        margin-top: 50px;
    }
    .list-content{
        width: 1200px;
        margin:0 auto;
        padding:0;
        margin-top: 90px;
    }
}

.list-title p{
    color: #fff;
    text-transform: uppercase;
    margin:0;
}

.list-title p:nth-child(1){
    font-size: 28px;
    font-weight: normal;
}

.list-title p:nth-child(2){
    font-size: 36px;
    font-weight: bold;
    border-bottom: 2px solid #c81d1f;
    padding-bottom: 16px;
    display: inline-block;
}

.list-title p:nth-child(3){
    font-size: 18px;
    font-weight: lighter;
    padding-top: 16px;
}
.list-content ul{
    margin:0;
    padding:0;
    display: inline-block;
    overflow: auto;
    position: relative;

}
.list-content li{
    float: left;
    color:#fff;
    display: inline;
    list-style-type: none;
    width: 360px;
    height: 250px;
}


.list-list p{
    margin: 0;
}

.list-list li,hall-list li .backgroup-al {

    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;

    display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;

    display: -o-box;
    -o-box-orient: horizontal;
    -o-box-pack: center;
    -o-box-align: center;

    display: -ms-box;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -ms-box-align: center;

    display: box;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
}
.list-list li .number{
    font-size: 72px;
    font-weight: bold;
    color: #c81d1f;
}
.list-list p:nth-child(2){
    padding-top: 13px;
}

.backgroup-al:hover{
    background-color: rgba(0,0,0,0) !important;
}

.hall-list li a p:nth-child(2), .hall-list li a p:nth-child(3){
    text-transform: uppercase;
}
.hall-list li a p:nth-child(2){
    padding-top: 6px;
}
#go-top{
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    z-index: 1;

}
#go-top  img{
    width: 62px;
    height:27px;
}

.go-next-left,.go-next-right,.go-next-slide{
    position: absolute;
    bottom:50px;
    cursor: pointer;
}
.go-next-left img,.go-next-right img,.go-next-slide img{
    width: 40px;
    height: 40px;
    /*animation: bounce 0.75s cubic-bezier(0.05, 0, 0.2, 1) infinite alternate;*/
    display: inline-block;
    transform: translate3d(0, 0, 0);
    margin-top: 0.5em;
    text-shadow: rgb(255 255 255 / 40%) 0 0 0.05em;
    font: normal 500 6rem 'Varela Round', sans-serif;
    /*animation:animation1 2s infinite linear;*/
    position: relative;
}
.go-next-slide{

    left: 49%;

}
.go-next-slide img{

    /*animation:animation1 2s infinite linear;*/
    animation: myMove 2s infinite;
    -webkit-animation: myMove 2s infinite;

}

.go-next-left{

    left: 6%;

}
.go-next-left img{

    /*animation:animation1 2s infinite linear;*/
    animation: myLeftMove 2s infinite;
    -webkit-animation: myLeftMove 2s infinite;

}

.go-next-right{

    left: 88%;

}
.go-next-right img{

    /*animation:animation1 2s infinite linear;*/
    animation: myRightMove 2s infinite;
    -webkit-animation: myRightMove 2s infinite;
}

@keyframes myMove {
    0% {
        top: 0px;
        opacity: 1;
    }

    50% {
        top: 50px;
        opacity: 0.1;
    }


    100% {
        top: 0px;
        opacity: 1;
    }
}

@-webkit-keyframes myMove {
    0% {
        top: 0px;
    }

    50% {
        top: 50px;
    }

    100% {
        top: 0px;
    }
}

@keyframes myLeftMove {
    0% {
        left: 0px;
        opacity: 1;
    }

    50% {
        left: 50px;
        opacity: 0.1;
    }


    100% {
        left: 0px;
        opacity: 1;
    }
}

@-webkit-keyframes myLeftMove {
    0% {
        top: 0px;
    }

    50% {
        top: 50px;
    }

    100% {
        top: 0px;
    }
}

@keyframes myRightMove {
    0% {
        left: 50px;
        opacity: 1;
    }

    50% {
        left: 0px;
        opacity: 0.1;
    }


    100% {
        left: 50px;
        opacity: 1;
    }
}

@-webkit-keyframes myRightMove {
    0% {
        left: 50px;
        opacity: 1;
    }

    50% {
        left: 0px;
        opacity: 0.1;
    }


    100% {
        left: 50px;
        opacity: 1;
    }
}

#overlay {
    background-color: rgba(0,0,0,0.7);
    filter: alpha(opacity=50); /* IE的透明度 */
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100; /* 此处的图层要大于页面 */
}
#overlay .play-close{
    position: absolute;
    top:65px;
    right: 1em;
    font-size: 50px;
    color: #fff;
    display: inline-block;
    z-index: 102;
    cursor: pointer;
}
#overlay .play-video{
    z-index: 101;
    opacity: 1;
    height: 100%;

    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;

    display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;

    display: -o-box;
    -o-box-orient: horizontal;
    -o-box-pack: center;
    -o-box-align: center;

    display: -ms-box;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -ms-box-align: center;

    display: box;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;

}

#header-menu-content{
    /*background: url('/public/static/home/blue/dist/img/nav_back.png') repeat-x;*/
    width: 100%;
    /*height: 110px;*/
    position: fixed;
    top:0;
    left: 0;
    z-index: 3;
    background-color: rgba(0,0,0,0.6);
}
.header-content-1200 {
    width: 1200px;
    margin: 0 auto;
    /*border: 1px solid #000;*/
}

.header-content-1200 div{
/*.header-content-1200 div.logo,.header-content-1200 div.menu,.header-content-1200 div.header-right{*/
    /*height: 64px;*/
    /*line-height: 64px;*/

    /*box-pack: center;*/
    box-align: center;
    float: left;
}
.header-content-1200 .logo a{
    display: inline-block;
    margin-top: 18px;
}
.header-content-1200 .menu{
    margin-left: 20px;
}
.header-content-1200 .menu ul,.footer-content .footer-menu ul{
    margin:0;
    padding:0;
    display: inline-block;
    overflow: auto;
}
.header-content-1200 .menu ul li{
    float: left;
    color:#fff;
    display: inline;
    list-style-type: none;
    height: 64px;
    line-height: 64px;
    opacity: 0.5;
}
.active-li-opacity{
    opacity: 1 !important;
}
.header-content-1200 .menu ul li a,.footer-content .footer-menu ul li a{
    color:#fff;
    text-decoration: none;
    padding:0 14px;
    font-weight: lighter;
    font-size: 14px;

}
.menu ul li:hover{
    opacity: 1;
}
.header-content-1200 .header-right{
    margin-left: 35px;
    margin-top: 18px;
}
.header-content-1200 .header-right .weixin{
    padding-left:9px;
}
#header-menu-content .child-content{

}
.child-content a{
    color:#fff;
    text-decoration: none;
}
.child-content {
    width: 100%;
    position: absolute;
    top:64px;
    left: 0;
    background-color:rgba(4,35,92, 0.5);

}
.child-content .child{
    max-width: 1200px;
    min-width: 1024px;
    margin: 0 auto;
    text-align: center;
    display: none;

}

.child-content .child a{
    font-size: 14px;
    font-weight: lighter;
}
.child-content .child .group{
    float: left;
    /*border-right: 1px solid #fff;*/
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    margin:56px 0;
}
.child-content .child .group p{
    margin:10px 0;
}
.child-content .child  .group_last{
    border:none;
}

.pre25  .group{
    width: 25%;
}
.pre33  .group{
    width: 33.33%;
}

.pre20  .group{
    width: 16.66%;
    /*margin-bottom: 10px !important;*/
}

.pre50  .group{
    width: 50%;
}

.join-us-content .join-us-button {

    display: inline-block;
    margin-top: 3%;

}

.video-mark-content .liaojie img {
    width: 1200px;
}




@media (max-width: 5120px){

    .join-us-content{

        /*margin-left: 15%;*/
        /*width: 40%;*/
        /*padding-left: 20%;*/
        max-width: 1200px;
        margin: 0 auto;
        margin-top:16%;
    }

}

@media (max-width: 1920px){

    .join-us-content{

        /*margin-left: 15%;*/
        /*width: 40%;*/
        /*padding-left: 20%;*/
        max-width: 1200px;
        margin: 0 auto;
        margin-top:12%;
    }

}


@media (max-width: 1280px){

    .join-us-content{

        /*margin-left: 15%;*/
        /*width: 40%;*/
        /*padding-left: 20%;*/
        max-width: 1200px;
        margin: 0 auto;
        margin-top:12%;
    }

}


.join-us-content .gaodu-img{
    /*width: 90%;*/
    width: 100%;
    /*min-width: 430px;*/
    max-width: 720px;
}

.join-us-content .join-us-button p{
    margin: 0;
    /*padding: 0;*/
    height: 36px;
    line-height: 36px;
    padding:0 30px;
}
.join-us-content .join-us-button a{
    text-decoration: none;
    font-size: 18px;
    color: #fff;
}
.join-us-content .join-us-button a:after{
    content: url('/public/static/home/blue/dist/img/icon/go2.png');
    padding-left:60px;
    position: relative;
}
.join-us-button img{

    width: 9px;
}


.footer-content{
    width: 1200px;
    margin:0 auto;
    text-align: left;
}
.footer-content .footer-menu ul li{
    float: left;
    color:#fff;
    display: inline;
    list-style-type: none;
}

.footer-content .footer-menu ul li a{
    font-size: 14px;
}

.footer-content .footer-menu .first_li_img a{
    padding:0;
}
.footer-content .footer-menu .first_li_img{
    margin-right:40px;
}
.bottom-line{
    width: 100%;
    height: 2px;
    background: #fff;
    /*margin-top: 20px;*/

}
.footer-content-container{

}
.common-footer{
    position: relative !important;
    background: url('/public/static/home/blue/dist/img/fb.png') no-repeat center;
    background-size: cover;
    /*padding-top: 20px;*/
}
.common-footer .black-footer{
    text-align: center;
}
.common-footer .black-footer p{
    display: inline-block;
}
.join-us_button_content{
    /*text-align: right;*/
    /*margin-right: 50px;*/
}
.menu-below{
    margin-top:20px;
}
.menu-below div{
    box-sizing:border-box;
    width: 50%;
}

.menu-below .menu-below-left{
    float: left;
    text-align: left;
    margin-top:20px;
}
.menu-below .menu-below-left p:nth-child(2){
    margin: 5px 0;
}
.menu-below .menu-below-right{
    float: right;
    text-align: right;
}
.menu-below .menu-below-left a , .menu-below .menu-below-left span{
    color:#fff;
    font-size: 12px;
    font-weight: normal;
    display: inline-block;

}

.menu-below .menu-below-left .left-solid{
    background-color: #c81d1f;
    width: 2px;
    margin-left: 15px;
    margin-right: 15px;
}
.menu-below .menu-below-left .left-link2{
    margin-left: 30px;
}
.menu-below  p{
    margin:0;
    padding:0
}
.menu-below .menu-below-left a{
    text-decoration: none;
}
.menu-below .menu-below-left .link-location,.menu-below .menu-below-left .link-tel,.menu-below .menu-below-left .link-email{
    display: inline-block;
    margin-right: 18px;
}

.menu-below .menu-below-left .link-location:before{
    content: url('/public/static/home/blue/dist/img/icon/location.png');
    padding-right:10px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.menu-below .menu-below-left .link-tel:before{
    content: url('/public/static/home/blue/dist/img/icon/tel.png');
    padding-right:10px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.menu-below .menu-below-left .link-email:before{
    content: url('/public/static/home/blue/dist/img/icon/email.png');
    padding-right:10px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.menu-below-right div{
    float: left;
}
.menu-below-right a, .company-qr-name{
    color: #fff;
    font-size: 14px;
    font-weight: lighter;
    margin-top:10px !important;
}
.menu-below-right .right-left{
    text-align: right;
    margin-top:12px;
}
.menu-below-right .right-left .qr{
    width: 98px;
    text-align: center;
    display: inline-block;
}
.menu-below-right .right-right{
    text-align: right;
}
.menu-below-right .right-right a{
    text-decoration: none;
}
.menu-below-right .right-right .oa_link:before{
    content: url('/public/static/home/blue/dist/img/icon/oa.png');
    padding-right:10px;
    position: relative;
    top:12px;
}
.menu-below-right .right-right .ku_link_p{
    margin-top: 10px !important;
}
.menu-below-right .right-right .ku_link:before{
    content: url('/public/static/home/blue/dist/img/icon/ku.png');
    padding-right:10px;
    position: relative;
    top:12px;
}
.black-footer{
    height: 24px;
    line-height: 24px;
    background-color: rgba(0,0,0,0.5);
    /*position: absolute;*/
    margin-top: 15px;
}
.black-footer{
    color:#fff;
    font-size: 12px;
}
.black-footer a{
    color:#fff;
    font-size: 12px;
    text-decoration: none;
}
.footer-content-container{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.footer-menu img{
    width: 124px;
}



.hall-list ul{
    width: 100%;
    margin:0 auto;
    padding:0 0;
}

.hall-list li{
    width: 49%;
    height:auto;
    /*margin-top: 84px;*/
    /*margin-left: 48px;*/
    overflow: hidden;
    float: left;
    margin-top: 2%;

}

.hall-list li.jishu{
    margin-right: 2%;

}

.hall-list li .backgroupimg{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position-x: center;
    background-position-y: center
}
.hall-list li:nth-child(1), .hall-list li:nth-child(5){
    margin-left: 0px !important;
}
.hall-list li a{

    height:285px;
    /*display: block;*/
    text-decoration: none;
    color: #fff;
}

.hall-list li a p{
    margin:0px;
    font-size: 18px;

}

@media (max-width: 5120px){

    .list-content-zhanguan{
        width: 90%;
        margin: 0 auto;
        padding: 0;
        margin-top: 5%;
        max-width: 1300px;
        min-width: 1100px;
    }
    .hall-list{
        margin-top: 5%;
    }
    .hall-list li  .backgroup-al{
        /*width: 284px;*/
        height:290px;
        background-color: rgba(0,0,0,0.6);
    }

    .hall-list li a p:nth-child(1){
        padding-top: 115px;
        font-size: 30px;
    }
}
@media (max-width: 1920px){

    .list-content-zhanguan{
        width: 90%;
        margin: 0 auto;
        padding: 0;
        margin-top: 100px;
        max-width: 1300px;
        min-width: 1100px;
    }
    .hall-list{
        margin-top: 0px;
    }
    .hall-list li  .backgroup-al{
        /*width: 284px;*/
        height:290px;
        background-color: rgba(0,0,0,0.6);
    }

    .hall-list li a p:nth-child(1){
        padding-top: 115px;
        font-size: 30px;
    }
}
@media (max-width: 1280px){

    .list-content-zhanguan{
        width: 70%;
        margin: 0 auto;
        padding: 0;
        margin-top: 70px;
        max-width: 1300px;
        min-width: 800px;
    }
    .hall-list li  .backgroup-al{
        /*width: 284px;*/
        height:90px;
        background-color: rgba(0,0,0,0.6);
    }
    .hall-list{
        margin-top: 0px;
    }

    .hall-list li a p:nth-child(1){
        padding-top:22px;
        font-size:30px;
    }
}

.logo img{
    width: 124px;
}

.text-content .last-slogan{
    width: 800px;
}
@media (min-width: 1201px){

    .header-mobile-menu{
        display: none;
    }
}
@media (max-width: 1200px){
    .header-content-1200{
        width: 100%;
    }
    .header-content-1200  .menu,.header-content-1200 .header-right{
        display: none;
    }

    .header-mobile-menu{
        display: block;
    }

}

.header-mobile-menu{
    float: right !important;
    height:46px;
    /*line-height: 64px;*/
    margin-right:1em;
    padding-top: 18px;
}
.header-mobile-menu img{
    width: 28px;

}
#header-mobile-menu{
    width: 100%;
    height: 100%;
    position: fixed;
    top:64px;
    left:0;
    background-color: rgba(0,0,0,0.7);
    z-index: 30;
}
#header-mobile-menu ul{
    margin:0;
    padding: 0;
}
#header-mobile-menu ul li{
    border-bottom: 1px solid #777;
    text-align: center;
}
#header-mobile-menu a{
    font-size: 1.3em;
    text-decoration: none;
    color: #fff;
    margin:0.6em 0;
    display:inline-block;
}
#header-mobile-menu .child li{
    width: 50%;
    float: left;
    text-align: center;
    border-bottom: none;
}
#header-mobile-menu .child li a{
    font-size: 1em;
}
.mobile-sub-menu-content{
    margin:0;
    padding:0;
    border-top: 2px solid #aaa;
    display: none;
}
.have-child .top:after{
    content: url('/public/static/home/blue/dist/img/icon/xia.png');
    padding-right:10px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
@media (max-width: 1200px) {
    .no-mobile-show{
        display: none;
    }
    .menu-below div{
        width: 100%;
    }
    .menu-below .menu-below-left{
        margin-left: 1em;
    }
    .menu-below .menu-below-left .left-solid{
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
    .menu-below .menu-below-left .link-location, .menu-below .menu-below-left .link-tel, .menu-below .menu-below-left .link-email{
        margin-right:1em;
    }
}
@media (max-width: 410px) {
    .smail-no-show{
        display: none !important;
    }
    .left-title{
        display: block !important;
    }
}


.bg-video-page{
    /*width: 100%;*/
    /*!*height: 100%;*!*/
    /*position: fixed;*/
    z-index: -9999;
    /*-webkit-filter: grayscale(100%);*/
    width: 100%;
    /*height: 100%;*/
    position: absolute;
    /* -webkit-filter: grayscale(100%); */
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    /*width: auto;*/
    /*height: auto;*/
    transform: translateX(-50%) translateY(-50%);
}


/* 触发弹窗图片的样式 */
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* 弹窗背景 */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
    margin-left: 0px;
}

/* 图片 */
.modal-content {
    margin: auto;
    display: block;
    width: 100%;
    /*max-width: ;*/
}

/* 文本内容 */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* 添加动画 */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 1s;
    animation-name: zoom;
    animation-duration: 1s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* 关闭按钮 */
.close {
    position: absolute;
    top: 70px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    opacity: 1;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}



